docs: update precompile docs for pretuned_kernel, jax_fn, helper embedding - #3189
Closed
AmesingFlank wants to merge 1 commit into
Closed
docs: update precompile docs for pretuned_kernel, jax_fn, helper embedding#3189AmesingFlank wants to merge 1 commit into
pretuned_kernel, jax_fn, helper embedding#3189AmesingFlank wants to merge 1 commit into
Conversation
AmesingFlank
force-pushed
the
AmesingFlank/stack/102
branch
from
July 28, 2026 16:02
902c1a7 to
231f922
Compare
AmesingFlank
added a commit
that referenced
this pull request
Jul 28, 2026
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 28, 2026 16:02
31fc9fd to
0bebfad
Compare
This was referenced Jul 28, 2026
AmesingFlank
added a commit
that referenced
this pull request
Jul 28, 2026
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 28, 2026 17:39
0bebfad to
8da5f24
Compare
AmesingFlank
added a commit
that referenced
this pull request
Jul 28, 2026
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 28, 2026 17:39
8da5f24 to
88759a8
Compare
AmesingFlank
added a commit
that referenced
this pull request
Jul 28, 2026
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 28, 2026 20:09
88759a8 to
4ac7084
Compare
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 28, 2026 21:14
4ac7084 to
93294e6
Compare
AmesingFlank
added a commit
that referenced
this pull request
Jul 28, 2026
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
added a commit
that referenced
this pull request
Jul 28, 2026
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 28, 2026 22:27
93294e6 to
b0554b3
Compare
AmesingFlank
added a commit
that referenced
this pull request
Jul 29, 2026
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 29, 2026 00:03
b0554b3 to
1d6f6ae
Compare
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 29, 2026 05:05
1d6f6ae to
1849f1d
Compare
AmesingFlank
added a commit
that referenced
this pull request
Jul 29, 2026
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
added a commit
that referenced
this pull request
Jul 29, 2026
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 29, 2026 09:04
1849f1d to
bd5c721
Compare
…embedding Follow-up doc updates for the later commits in this series (the original precompile docs predate `jax_fn`, helper embedding, and the rename): - `helion.aot_kernel` references become `helion.pretuned_kernel` (noting the `aot_kernel` alias is kept for back-compat). - Expand the `jax_fn` field: a jax-only `pl.pallas_call` entrypoint (no torch/helion), the supported common case (including flat-grid tile loops), and the `NotImplementedError` gate for advanced Pallas features. - Expand "How it works" to cover Pallas/TorchTPU launcher inlining, in-kernel helper (topk / compact-worklist) source embedding, and the direct `pl.pallas_call` emission for `jax_fn=True`. stack-info: PR: #3189, branch: AmesingFlank/stack/103
AmesingFlank
force-pushed
the
AmesingFlank/stack/103
branch
from
July 29, 2026 20:37
bd5c721 to
26ecdec
Compare
Contributor
Author
|
Dropping from the precompile stack for now — not needed at the moment. May revisit later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked PRs:
pretuned_kernel,jax_fn, helper embedding #3189aot_kerneltopretuned_kernel#3188OutputCodeOptions(jax_fn=True)for Pallas (JAX-array entrypoints) #3186helion.precompilefor standalone kernels #3185OutputCodeOptions(allow_helion_deps=False)for the Pallas backend (TorchTPU) #3184helion/runtime/pallas/launcher.py#3182OutputCodeOptions(allow_helion_deps=False)toBoundKernel.to_codefor standalone Triton kernels #3181get_num_xcdinto the dependency-free Triton launcher #3180docs: update precompile docs for
pretuned_kernel,jax_fn, helper embeddingFollow-up doc updates for the later commits in this series (the original
precompile docs predate
jax_fn, helper embedding, and the rename):helion.aot_kernelreferences becomehelion.pretuned_kernel(noting theaot_kernelalias is kept for back-compat).jax_fnfield: a jax-onlypl.pallas_callentrypoint (notorch/helion), the supported common case (including flat-grid tile loops), and
the
NotImplementedErrorgate for advanced Pallas features.helper (topk / compact-worklist) source embedding, and the direct
pl.pallas_callemission forjax_fn=True.